home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / utilities / shell / zshell24.lha / ZShell24 / ReadMe < prev    next >
Encoding:
Text File  |  1995-02-27  |  3.2 KB  |  75 lines

  1. Short:    Small but powerful Shell; now OS2.0+ features supported
  2. Type:     util/shell
  3. Uploader: uj3w@rz.uni-karlsruhe.de  (Martin Gierich)
  4. Version:  ZShell V2.4 (26.02.95)
  5. Authors:  Paul Hayter & Martin Gierich
  6. Requirements: Any Amiga
  7.  
  8. For those who never read documents:
  9.  Please read at least the small chapter in the documentation called
  10.  "For Those Who Never Read The Whole Documentation".
  11.  
  12. Features:
  13. * Freeware, no payment required.
  14. * Usage is similar (or better) to the standard AmigaDOS shell.
  15. * Supports the standard housekeeping commands which are builtin,
  16.   so no disk access is necessary.
  17.   eg. list, dir, cd, assign, delete, copy, move, path, info, type
  18. * A total of 65 builtin commands.
  19. * About 30K small (pure assembler code, source included).
  20. * Starting from Workbench (!) or CLI. No installation needed.
  21. * Filenamecompletion by simply pressing TAB; shows all matches.
  22. * Review-buffer to see again what scrolled out of the window.
  23. * Some commands and debugging features for programmers.
  24. * Command line editing better than OS2.0 Shell.
  25. * Support of OS2.0+ and OS3.0+ specific features.
  26. * DIR and LIST both sort (by default) and show filesizes.
  27. * Wild cards and recursive processing.
  28. * Makes itself resident for quicker starting and memory saving.
  29. * Real (!) RUN and NEWCLI command that reenters ZShell quickly.
  30. * Application-Window/-Icon
  31. * Simple 'MORE' type text viewer.
  32. * Online Help function and AmigaGuide documentation with examples.
  33. * Can create and show Hard- and Softlinks.
  34.  
  35.  
  36.  ZShell is a small (30K), fast and powerful Shell with many (65)
  37.  builtin commands. So it replaces most of the commands in the C:
  38.  directory (like LIST, COPY etc.) what effects in saving disk space
  39.  and reducing disk accesses. There is no way around ZShell for
  40.  those who do not have a harddisk or still have Kickstart 1.2/1.3 .
  41.  
  42.  But it is useful for those with a better Kickstart and/or
  43.  harddisk, too, because for example it has powerful editing &
  44.  history, filenamecompletion, review buffer, some Kickstart
  45.  2.0/3.0 specific features and a lovely LIST command.
  46.  
  47.  ZShell is inteded for shell users who do not need a script
  48.  file execution which is as complex as a programming language
  49.  (simple script execution with IF, ASK, SKIP etc. is supported).
  50.  I tried to make usage nearly like the AmigaDOS Shell with some
  51.  features known from UN*X Shells but without a confusing variety
  52.  of options ("LIST -R" and "LIST ALL" both work).
  53.  
  54.  For programmers ZShell has things like showing EXEC-lists and the
  55.  task list, memory dumping, execution checking and removing tasks.
  56.  
  57.  You can switch off the internal command-line-editor to use
  58.  ZShell with console handlers like KingCON.
  59.  
  60.  
  61. New since V2.2:
  62.  Support of OS2.0+ specific stuff (MALELINK, MAKEICON,
  63.  ASSIGN ADD, Application-Window etc.).
  64.  Totally rewrote PATH, COPY, DELETE, PROTECT, MOVE and JOIN.
  65.  Bugfixes.
  66.  
  67. Note:
  68.   This is an update to Version 1.3 on the Fish Library Disk 537 from
  69.   Paul Hayter. I (Martin) tried to ask him for permission to release
  70.   this, but he has not answered. Because it is still Freeware and the
  71.   original executable with documentation is included, I do not think
  72.   that I am doing something nasty. ( In the original distribution
  73.   there was the source code included but there was nothing stated
  74.   about changing the source. )
  75.